The data values
The pixel coordinates. Assumes this array is created and length equals the DataValues
An offset to apply to each coordinate
GetCoordinates(T[],Double[],Double) Method
Transforms a data values into a pixel coordinates.
Syntax
void GetCoordinates( 
   T[] dataValues,
   double[] coordinates,
   double offset
)

Parameters

dataValues
The data values
coordinates
The pixel coordinates. Assumes this array is created and length equals the DataValues
offset
An offset to apply to each coordinate

Return Value

The pixel coordinates
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also